home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef DbFindUH
- #define DbFindUH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Db.hpp>
- #include <vcl\DBGrids.hpp>
- #include <vcl\DBTables.hpp>
- #include <vcl\Grids.hpp>
- //---------------------------------------------------------------------------
- class TForm3 : public TForm
- {
- __published: // IDE-managed Components
- TComboBox *DBNamesComboBox;
- TLabel *Label1;
- TComboBox *TablesComboBox;
- TLabel *Label2;
- TDataSource *DataSource1;
- TTable *Table1;
- TDBGrid *DBGrid1;
- TComboBox *FieldsComboBox;
- TLabel *Label3;
- TEdit *ValueEdit;
- TLabel *Label4;
- TButton *FilterBtn;
- void __fastcall DBNamesComboBoxChange(TObject *Sender);
- void __fastcall TablesComboBoxChange(TObject *Sender);
-
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall FilterBtnClick(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm3(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm3 *Form3;
- //---------------------------------------------------------------------------
- #endif
-